Configurates the
C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents.
Syntax
'Declaration
Public Function OnClientRefreshing( _
ByVal As String _
) As TBuilder
public TBuilder OnClientRefreshing(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also